﻿/*
	Slideshow
*/

#products {
	margin-left:26px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:366px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:400px;
	height:300px;
	display:block;
}

/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:absolute;
	top:127px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	background:url(../img/arrow-prev.png);
	display:none;
}

#products .next {
	left:398px;
	background:url(../img/arrow-next.png);
	display:none;
}

/*
	Pagination
*/

#products .pagination {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-left: -4px;
	margin-top: 10px;
	float:left;

}

#products .pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
	width:86px;
	height:86px;
}

#products .pagination li a {
	display:block;
	width:55px;
	height:41px;
	margin:1px;
	float:left;
	background:#f9f9f9;
}

#products .pagination li.current a {
	border:1px solid #7f7f7f;
	height:86px;
	width:86px;
	margin:0;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}

/*
	Details
*/

#product-details {
    float: right; 
    margin-top:-300px;
}

.product-descrip {
	text-align:left;
}
.WP-margin{
	margin-top: 55px;
}
.WP-margin2{
	margin-top: 35px;
}